x86/PMU: make {acquire,release}_pmu_ownership names consistent
authorDoug Goldstein <cardoe@cardoe.com>
Wed, 17 Feb 2016 15:24:29 +0000 (16:24 +0100)
committerJan Beulich <jbeulich@suse.com>
Wed, 17 Feb 2016 15:24:29 +0000 (16:24 +0100)
commit5e486852ee85e53a0993381f4cc2e220271a621c
tree627872a1967952fb133d21f16cf568aa218b069e
parent19e5e7832400fa9b3e73f86d6a0175c5fbb7f4a2
x86/PMU: make {acquire,release}_pmu_ownership names consistent

The function names were inconsistent with acquire and release being
called acquire_pmu_ownership() and release_pmu_ownship() respectively.
Function prototypes were available for both spellings so this change
makes them consistent and drops the dual function prototypes.
Additionally change the internal variable names within those functions
to ownership as well.

Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
xen/arch/x86/cpu/vpmu_amd.c
xen/arch/x86/cpu/vpmu_intel.c
xen/common/xenoprof.c
xen/include/asm-x86/vpmu.h
xen/include/xen/xenoprof.h